PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactionType Enumeration
In This Topic
    PDFContentRedactionType Enumeration
    In This Topic
    Defines the available types of content to redact.
    Members
    MemberDescription
    ALLThe redaction is applied to text and image content.
    IMAGEThe redaction is applied to image content.
    TEXTThe redaction is applied to text content.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.redaction.PDFContentRedactionType

    See Also